翻訳と辞書 |
Peewee ORM
Peewee is an open source object-relational mapper (ORM) for the Python programming language released under the MIT License. Peewee provides a lightweight, expressive Python API for interacting with relational databases. Peewee follows the active record pattern used by a number of other object-relational mappers. Peewee supports PostgreSQL, MySQL and SQLite and has many database-specific extensions included in the (Playhouse collection of add-ons ). Peewee was first released on October 11, 2010.〔 In October 2012, Peewee was completely rewritten and version 2.0 was released. ==Example== The following example represents an n-to-1 relationship between people and their status updates. It shows how user-defined Python classes are mapped to database tables, and how to execute common database queries.
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Peewee ORM」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|